Add GtkLayoutManager
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 12 Dec 2018 15:24:41 +0000 (15:24 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 26 Mar 2019 00:11:27 +0000 (00:11 +0000)
commit24754c32593c9a6c6cf1e2c6a57988cd7e416b5c
treea68686397ae9d55ebdd50d5e7e56a88faf0e59e4
parent4dfe2a8aa864444027548e2019448d26b50839e5
Add GtkLayoutManager

A base abstract class for layout manager delegate objects.

Layout managers are associated to a single widget, like event
controllers, and are responsible for measuring and allocating the
children of the widget they are bound to.
docs/reference/gtk/gtk4-sections.txt
gtk/gtk.h
gtk/gtklayoutmanager.c [new file with mode: 0644]
gtk/gtklayoutmanager.h [new file with mode: 0644]
gtk/gtklayoutmanagerprivate.h [new file with mode: 0644]
gtk/meson.build